home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / os2 / srefv12i.zip / sreflogs.ini < prev    next >
Text File  |  1997-03-23  |  2KB  |  49 lines

  1. ;this is the default configuration file for SRE-Filter's common-log, browser-log,
  2. ; and referer-log facility.  For details on it's use, see sreflogs.doc
  3. ; (lines beginning with ; are comments)
  4.  
  5. ; The default log files. Set to 0 to suppress it.
  6. ; On multi-host or multi-port servers (multiport servers require 
  7. ; seperate invocations of goserve/srefilter, but they might share the
  8. ; same sreflogs.ini file), you should define seperate log files.
  9. ; For example, for a port 8080 server with a host_Nickname of JOESBAR,
  10. ; you could define: commonlog.joesbar.8080='x:\joesbar\common.log'
  11. ;
  12. ; The default common-log file (used if no explicit commonlog.hostnickname.port
  13. ; entry is found
  14. commonlog='COMMON.LOG'
  15. ; The default referers log file
  16. refererlog='REFERER.LOG'
  17. ; The default browsers log file
  18. browserlog='BROWSER.LOG'
  19.  
  20. ; nooptions=1 : do not record the portion of the  selector following the ?
  21. NOOPTIONS=0 
  22.  
  23. ; nohttp=1 : Do not record the HTTP/1.0 portion of the request string
  24. NOHTTP=1 
  25.  
  26. ; Space delimited  list of "return codes" to NOT record.
  27. ;  i.e.; NOCODES=' 400 401 402 403 ' means
  28. ;  "do not record any of the http error message responses "
  29. NOCODES=' '
  30.  
  31. ; Space delimited list of IP addresses to not record (if it exists, you 
  32. ; should use a client's IP address, not her IP number). You can also
  33. ; include "usernames" (auth_user).
  34. NOUSER=' '
  35.  
  36. ; Space delimited list of referer's IP addresses to not record in referer.log  (if it exists, you
  37. ; should use a client's IP address, not her IP number)
  38. NOREFERER='  '
  39.  
  40.  
  41. ; stem variable(s) containing possible targets: if any of them match,
  42. ; do not record.  Use * as a  wildcard.
  43. ; NOT record. For example:
  44. ; NOURL.1='IMGS/*'
  45. ; NOURL.2='SAMPLES/*'
  46. ; would suppress recording of all request selectors that begin with IMGS/ or
  47. ; that begin with SAMPLES/ (note that leading / are stripped). 
  48. NOURL.1=0
  49.